From: Dan Nicolaescu Date: Fri, 6 Mar 2009 08:09:13 +0000 (+0000) Subject: (rs6000-ibm-aix6*): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1389 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=65692f10c27ff39bec76b7c68f8a82e0a93bf868;p=emacs.git (rs6000-ibm-aix6*): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 88be7c17ee3..f67bbc321fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-06 Dan Nicolaescu + + * configure.in (rs6000-ibm-aix6*): Fix typo. + 2009-03-04 Glenn Morris * Makefile.in (INFO_FILES): Add auth. diff --git a/configure b/configure index 9532b85aec8..5de7c663bd1 100755 --- a/configure +++ b/configure @@ -2532,7 +2532,7 @@ _ACEOF rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;; - rs6000-ibm-aix5* | powerpc-ibm-aix6* ) + rs6000-ibm-aix6* | powerpc-ibm-aix6* ) machine=ibmrs6000 opsys=aix4-2 ;; diff --git a/configure.in b/configure.in index 1d364b84b16..a963c857479 100644 --- a/configure.in +++ b/configure.in @@ -419,7 +419,7 @@ dnl see the `changequote' comment above. rs6000-ibm-aix5* | powerpc-ibm-aix5* ) machine=ibmrs6000 opsys=aix4-2 ;; - rs6000-ibm-aix5* | powerpc-ibm-aix6* ) + rs6000-ibm-aix6* | powerpc-ibm-aix6* ) machine=ibmrs6000 opsys=aix4-2 ;;